Uses of Class
com.netscape.certsrv.base.EBaseException
Packages that use EBaseException
Package
Description
-
Uses of EBaseException in com.netscape.certsrv.acls
Subclasses of EBaseException in com.netscape.certsrv.acls -
Uses of EBaseException in com.netscape.certsrv.authentication
Subclasses of EBaseException in com.netscape.certsrv.authenticationModifier and TypeClassDescriptionclass
This class represents authentication exceptions.class
An exception for authentication internal error.class
Exception for authentication manager not found.class
Exception for authentication manager not found.class
Exception for invalid attribute valueclass
An exception for DN component syntax error.class
An exception for Error formulating the subject name (X500Name)class
An exception for invalid credentials.class
Exception for missing a required authentication credential.Methods in com.netscape.certsrv.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionchar[]
ISharedToken.getSharedToken
(String identification, AuthToken authToken) char[]
ISharedToken.getSharedToken
(BigInteger serialnum) char[]
ISharedToken.getSharedToken
(org.mozilla.jss.pkix.cmc.PKIData cmcData) -
Uses of EBaseException in com.netscape.certsrv.authorization
Subclasses of EBaseException in com.netscape.certsrv.authorizationModifier and TypeClassDescriptionclass
Exception for authorization failureclass
This class represents authorization exceptions.class
An exception for internal error for authorization.class
Exception for authorization manager not found.class
Exception for authorization manager plugin not found.class
Exception for operation unknown to the authorization managerclass
Exception for protected resource unknown to the authorization managerclass
-
Uses of EBaseException in com.netscape.certsrv.base
Subclasses of EBaseException in com.netscape.certsrv.baseModifier and TypeClassDescriptionclass
class
This class represents an exception thrown when a property is not defined (empty string) the configuration store.class
This class represents an exception thrown when a property is not found in the configuration store.Methods in com.netscape.certsrv.base that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
Deletes an attribute value from this AttrSet.void
Deletes an attribute value from this CertAttrSet.Gets an attribute value.Gets an attribute value.void
Sets an attribute value within this AttrSet.void
Sets an attribute value.void
Sets the identifier of this subsystem.void
Subsystem.startup()
Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.certsrv.ca
Subclasses of EBaseException in com.netscape.certsrv.caModifier and TypeClassDescriptionclass
Exception to throw when a (sub-)CA cannot perform an operation because it is disabled.class
Exception to throw when an operation cannot be performed because the CA to which the operation pertains is enabled.class
Exception to throw when a (sub-)CA's signing certificate is not (yet) present in the local NSSDB.class
Exception to throw when a (sub-)CA's signing key is not (yet) present in the local NSSDB.class
Exception to throw when a (sub-)CA cannot be found.class
Exception to throw when an operation cannot be performed because the CA to which the operation pertains is not a leaf CA (ie, has sub-CAs).class
Exception to throw when an operation cannot be completed because the CA is the wrong type (e.g., an operation that only applies to lightweight CAs).class
A class represents a CA exception.class
A class represents a CA exception associated with publishing error.class
Exception to throw during CA creation when requested CA (issuer DN) already exists. -
Uses of EBaseException in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector that throw EBaseExceptionModifier and TypeMethodDescriptionConnectorConfig.getClassName()
ConnectorConfig.getClientCiphers()
boolean
ConnectorConfig.getEnable()
ConnectorConfig.getHost()
ConnectorConfig.getID()
boolean
ConnectorConfig.getLocal()
int
ConnectorConfig.getMaxHttpConns()
int
ConnectorConfig.getMinHttpConns()
ConnectorConfig.getNickname()
int
ConnectorConfig.getPort()
int
ConnectorConfig.getResendInterval()
int
ConnectorConfig.getTimeout()
ConnectorConfig.getURI()
void
Connector.init()
boolean
Sends the request to a remote authority.Sends the request to a remote authority. -
Uses of EBaseException in com.netscape.certsrv.dbs
Subclasses of EBaseException in com.netscape.certsrv.dbsModifier and TypeClassDescriptionclass
A class represents a database exception.class
This exception indicates that the internal database is down.class
This exception indicates that a record already exists in the internal database.class
This exception indicates that a record does not exist in the internal database.Methods in com.netscape.certsrv.dbs that throw EBaseExceptionModifier and TypeMethodDescriptionDBPagedSearch.getPage()
DBPagedSearch.getPage
(int size) abstract void
DBAttrMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and puts the object into 'parent'.abstract void
DBAttrMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object attribute into LDAP attributes.abstract String
DBAttrMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.void
DBVirtualList.processElements
(int startidx, int endidx, ElementProcessor<E> ep) Deprecated, for removal: This API element is subject to removal in a future version.Processes elements as soon as it arrives.void
DBVirtualList.setSortKey
(String sortKey) Deprecated, for removal: This API element is subject to removal in a future version.Sets the sort keyvoid
DBVirtualList.setSortKey
(String[] sortKeys) Deprecated, for removal: This API element is subject to removal in a future version.Sets the sort key -
Uses of EBaseException in com.netscape.certsrv.extensions
Subclasses of EBaseException in com.netscape.certsrv.extensionsModifier and TypeClassDescriptionclass
This represents the extensions exception.Methods in com.netscape.certsrv.extensions that throw EBaseExceptionModifier and TypeMethodDescriptionabstract org.mozilla.jss.netscape.security.x509.Extension
CMSExtension.getExtension
(ArgBlock argblock) Get an instance of the extension given http input.abstract ArgBlock
CMSExtension.getFormParams
(org.mozilla.jss.netscape.security.x509.Extension extension) Get Javascript name value pairs to put into the request processing template.abstract void
CMSExtension.init
(ConfigStore config) initialize from configuration file -
Uses of EBaseException in com.netscape.certsrv.jobs
Subclasses of EBaseException in com.netscape.certsrv.jobs -
Uses of EBaseException in com.netscape.certsrv.kra
Subclasses of EBaseException in com.netscape.certsrv.kra -
Uses of EBaseException in com.netscape.certsrv.ldap
Subclasses of EBaseException in com.netscape.certsrv.ldapModifier and TypeClassDescriptionclass
A class that represents a Ldap exception.class
This represents exception which indicates Ldap server is down. -
Uses of EBaseException in com.netscape.certsrv.listeners
Subclasses of EBaseException in com.netscape.certsrv.listenersModifier and TypeClassDescriptionclass
A class represents a listener exception. -
Uses of EBaseException in com.netscape.certsrv.logging
Subclasses of EBaseException in com.netscape.certsrv.loggingModifier and TypeClassDescriptionclass
This class implements a Log exception.class
Exception for log not found.class
Exception for log plugin not found.Methods in com.netscape.certsrv.logging that throw EBaseExceptionModifier and TypeMethodDescriptionabstract void
LogEventListener.init
(Subsystem owner, LoggerConfig config) Initialize this log listenerabstract NameValuePairs
LogEventListener.retrieveLogContent
(Hashtable<String, String> req) Retrieve last "maxLine" number of system logs with log level > "level" and from source "source".abstract NameValuePairs
LogEventListener.retrieveLogList
(Hashtable<String, String> req) Retrieve list of log files.abstract void
LogEventListener.startup()
Startup the instance. -
Uses of EBaseException in com.netscape.certsrv.notification
Subclasses of EBaseException in com.netscape.certsrv.notificationModifier and TypeClassDescriptionclass
A class represents a notification exception. -
Uses of EBaseException in com.netscape.certsrv.password
Subclasses of EBaseException in com.netscape.certsrv.passwordModifier and TypeClassDescriptionclass
A class represents a password checker exception. -
Uses of EBaseException in com.netscape.certsrv.profile
Subclasses of EBaseException in com.netscape.certsrv.profileModifier and TypeClassDescriptionclass
This represents a profile specific exception for handling CMC badIdentity condition.class
This represents a profile specific exception for handling CMC badMessageCheck condition.class
This represents a profile specific exception for handling CMC badRequest condition.class
This represents a profile specific exception for handling CMC popFailed condition.class
This represents a profile specific exception for handling CMC popRequired condition.class
This represents a profile specific exception for handling CMC unsupportedExt condition.class
This represents a profile specific exception.class
This represents a generic profile exception.class
This represents a profile specific exception. -
Uses of EBaseException in com.netscape.certsrv.property
Subclasses of EBaseException in com.netscape.certsrv.propertyModifier and TypeClassDescriptionclass
This is the base exception for property handling. -
Uses of EBaseException in com.netscape.certsrv.publish
Subclasses of EBaseException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclass
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.class
Exception for Publish Mapper not found.class
Exception for Mapper Plugin not found.class
Exception for Publisher not found.class
Exception for Publisher Plugin not found.class
Exception for Ldap Publishing Rule not found.class
Exception for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw EBaseExceptionModifier and TypeMethodDescriptionabstract void
Mapper.init
(ConfigStore config) Initialize from config store.abstract void
Publisher.init
(ConfigStore config) Initialize from config store. -
Uses of EBaseException in com.netscape.certsrv.registry
Subclasses of EBaseException in com.netscape.certsrv.registry -
Uses of EBaseException in com.netscape.certsrv.request
Subclasses of EBaseException in com.netscape.certsrv.requestModifier and TypeClassDescriptionclass
A (localizable) message recorded by a policy module that describes the reason for rejecting a request.Methods in com.netscape.certsrv.request that throw EBaseExceptionModifier and TypeMethodDescriptionabstract void
RequestListener.init
(Subsystem sub, ConfigStore config) Initializes request listener for the specific subsystem and configuration store.void
RequestListener.init
(ConfigStore config) boolean
IService.serviceRequest
(Request request) Performs the service (such as certificate generation) represented by this request. -
Uses of EBaseException in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that throw EBaseExceptionModifier and TypeMethodDescriptionboolean
IStorageKeyUnit.changeAgentMN
(int n, int m, Credential[] oldcreds, Credential[] newcreds) Changes M-N recovery scheme.boolean
IStorageKeyUnit.changeAgentPassword
(String id, String oldpwd, String newpwd) Changes agent password.void
ICryptoSubsystem.checkCertificateExt
(String ext) Checks if the given base-64 encoded string contains an extension or a sequence of extensions.org.mozilla.jss.crypto.SignatureAlgorithm
SigningUnit.checkSigningAlgorithmFromName
(String algname) Checks if the given algorithm name is supported.void
ICryptoSubsystem.deleteCert
(String nickname, String notAfterTime) Delete certificate of the given nickname.void
ICryptoSubsystem.deleteRootCert
(String nickname, String serialno, String issuername) void
ICryptoSubsystem.deleteTokenCertificate
(String nickname, String pathname) Deletes certificate of the given nickname.void
ICryptoSubsystem.deleteUserCert
(String nickname, String serialno, String issuername) org.mozilla.jss.netscape.security.x509.AlgorithmId
ICryptoSubsystem.getAlgorithmId
(String algname, ConfigStore store) Retrieves CA's signing algorithm id.String[]
SigningUnit.getAllAlgorithms()
Retrieves all supported signing algorithm of this unit.ICryptoSubsystem.getAllCerts()
Retrieves a list of nicknames of certificates that are in the installed tokens.ICryptoSubsystem.getAllCertsManage()
Gets all certificates on all tokens for Certificate Database Management.SigningUnitConfig.getCACertNickname()
Deprecated, for removal: This API element is subject to removal in a future version.The cacertnickname has been replaced with certnickname.ICryptoSubsystem.getCACerts()
Gets all CA certificates on all tokens.org.mozilla.jss.crypto.PQGParams
ICryptoSubsystem.getCAPQG
(int keysize, ConfigStore store) Retrieves PQG parameters based on key size.ICryptoSubsystem.getCertListWithoutTokenName
(String name) Retrieves all certificates.SigningUnitConfig.getCertNickname()
ICryptoSubsystem.getCertPrettyPrint
(String nickname, String serialno, String issuername, Locale locale) ICryptoSubsystem.getCertPrettyPrint
(String nickname, String date, Locale locale) Retrieves certificate in pretty-print format by the nickname.ICryptoSubsystem.getCertPrettyPrint
(String b64E, Locale locale) Retrieves the certificate in the pretty print format.ICryptoSubsystem.getCertPrettyPrintAndFingerPrint
(String nickname, String serialno, String issuername, Locale locale) ICryptoSubsystem.getCertRequest
(String subjectName, KeyPair kp) Generates certificate request from the given key pair.ICryptoSubsystem.getCertSubjectName
(String tokenname, String nickname) Retrieves subject name of the certificate that is identified by the given nickname.ICryptoSubsystem.getCipherPreferences()
Retrieves the cipher preferences.ICryptoSubsystem.getCipherVersion()
Retrieves the SSL cipher version.SigningUnitConfig.getDefaultSigningAlgorithm()
ICryptoSubsystem.getECCKeyPair
(KeyCertData properties) Generates an ECC key pair based on the given parameters.ICryptoSubsystem.getECCKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String curveName, String certType) Generates an ECC key pair based on the given parameters.org.mozilla.jss.netscape.security.x509.CertificateExtensions
ICryptoSubsystem.getExtensions
(String tokenname, String nickname) Retrieves extensions of the certificate that is identified by the given nickname.SigningUnitConfig.getFullName()
ICryptoSubsystem.getInternalTokenName()
Retrieves the token name of the internal (software) token.ICryptoSubsystem.getKeyPair
(KeyCertData properties) Generates a key pair based on the given parameters.ICryptoSubsystem.getKeyPair
(String nickname) Retrieves the key pair based on the given nickname.ICryptoSubsystem.getKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize) Generates a key pair based on the given parameters.ICryptoSubsystem.getKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) Generates a key pair based on the given parameters.SigningUnitConfig.getNewNickname()
SigningUnit.getNewNickName()
Retrieves the new nickname in the renewal process.int
IStorageKeyUnit.getNoOfAgents()
Retrieves total number of recovery agents.int
IStorageKeyUnit.getNoOfRequiredAgents()
Retrieves number of recovery agents required to perform recovery operation.ICryptoSubsystem.getRootCerts()
ICryptoSubsystem.getRootCertTrustBit
(String nickname, String serialno, String issuerName) ICryptoSubsystem.getSignatureAlgorithm
(String nickname) Retrieves the signature algorithm of the certificate named by the given nickname.org.mozilla.jss.netscape.security.x509.X509CertImpl
ICryptoSubsystem.getSignedCert
(KeyCertData data, String certType, PrivateKey priKey) Signs the certificate template into the given data and returns a signed certificate.ICryptoSubsystem.getSubjectDN
(String nickname) Retrieves the subject DN of the certificate identified by the nickname.boolean
SigningUnitConfig.getTestSignatureFailure()
ICryptoSubsystem.getTokenList()
Retrieves a list of currently registered token names.SigningUnit.getTokenName()
Retrieves the token name of this unit.SigningUnitConfig.getTokenName()
ICryptoSubsystem.getUserCerts()
void
ICryptoSubsystem.importCert
(String b64E, String nickname, String certType) Imports certificate into the server.void
ICryptoSubsystem.importCert
(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, String nickname, String certType) Imports certificate into the server.boolean
Checks to see if the certificate of the given nickname is a CA certificate.ICryptoSubsystem.isCipherFortezza()
Checks if fortezza is enabled.boolean
ICryptoSubsystem.isTokenLoggedIn
(String name) Checks if the given token is logged in.void
Checks if the given dn is a valid distinguished name.void
ICryptoSubsystem.loggedInToken
(String tokenName, String pwd) Logs into token.void
IStorageKeyUnit.login
(Credential[] ac) Logins to this unit.void
Logins to the token unit.void
ICryptoSubsystem.setCipherPreferences
(String cipherPrefs) Sets the current SSL cipher preferences.void
SigningUnit.setDefaultAlgorithm
(String algorithm) Set default signing algorithm.void
ICryptoSubsystem.setRootCertTrust
(String nickname, String serialno, String issuername, String trust) void
Trusts a certificate for all available purposes.void
Verifies the given key pair. -
Uses of EBaseException in com.netscape.certsrv.selftests
Subclasses of EBaseException in com.netscape.certsrv.selftestsModifier and TypeClassDescriptionclass
This class implements a duplicate self test exception.class
This class implements an invalid self test exception.class
This class implements a missing self test exception.class
This class implements a self test exception. -
Uses of EBaseException in com.netscape.certsrv.usrgrp
Subclasses of EBaseException in com.netscape.certsrv.usrgrp -
Uses of EBaseException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateDirBasedAuthentication.authenticate
(AuthCredentials authCred) Authenticates user through LDAP by a set of credentials.protected abstract String
DirBasedAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.HashAuthentication.authenticate
(AuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.protected String
PortalEnroll.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.SSLclientCertAuthentication.authenticate
(AuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateprotected String
UidPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected String
UidPwdPinDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected String
UserPwdDirAuthentication.authenticate
(netscape.ldap.LDAPConnection conn, AuthCredentials authCreds, AuthToken token) Authenticates a user based on attr, pwd in the directory.protected void
UidPwdPinDirAuthentication.checkpin
(netscape.ldap.LDAPConnection conn, String userdn, String uid, String pin) protected void
DirBasedAuthentication.formCertInfo
(netscape.ldap.LDAPConnection conn, String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token) Formulate the cert info.void
AgentCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.void
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config, boolean needBaseDN) void
HashAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
PortalEnroll.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.void
SessionAuthentication.init
(AuthenticationConfig authenticationConfig, String instName, String implName, AuthManagerConfig config) void
SSLclientCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoid
TokenAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoid
UidPwdPinDirAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
UserPwdDirAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UserPwdDirAuthentication auth manager.Constructors in com.netscape.cms.authentication that throw EBaseException -
Uses of EBaseException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
AAclAuthz.accessInit
(String accessInfo) void
BasicGroupAuthz.accessInit
(String accessInfo) void
DirAclAuthz.accessInit
(String accessInfo) String[]
BasicGroupAuthz.getConfigParams()
void
AAclAuthz.init
(String name, String implName, AuthzManagerConfig config) Initializesvoid
BasicAclAuthz.init
(String name, String implName, AuthzManagerConfig config) void
BasicGroupAuthz.init
(String name, String implName, AuthzManagerConfig config) void
DirAclAuthz.init
(String name, String implName, AuthzManagerConfig config) -
Uses of EBaseException in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
Job.init
(JobsScheduler scheduler, String id, String implName, JobConfig config) Initialize from the configuration file.void
RequestInQueueJob.init
(JobsScheduler scheduler, String id, String implName, JobConfig config) initialize from the configuration file -
Uses of EBaseException in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
RequestInQListener.init
(Subsystem sub, ConfigStore config) initializes the listener from the configuration -
Uses of EBaseException in com.netscape.cms.logging
Methods in com.netscape.cms.logging that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
LogFile.init
(Subsystem owner, LoggerConfig config) void
LogFile.init
(LoggerConfig config) Initialize and open the log using the parameters from a config storevoid
RollingLogFile.init
(LoggerConfig config) Initialize and open a RollingLogFile using the prop config storeLogFile.retrieveLogContent
(Hashtable<String, String> req) Retrieve last "maxLine" number of system log with log lever > "level" and from source "source".LogFile.retrieveLogList
(Hashtable<String, String> req) Retrieve log file list.RollingLogFile.retrieveLogList
(Hashtable<String, String> req) Retrieve log file list.void
LogFile.startup()
Startup the instancevoid
RollingLogFile.startup()
-
Uses of EBaseException in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that throw EBaseExceptionModifier and TypeMethodDescriptionboolean
authorize a user based on its authentication credentials.protected void
AdminServlet.commit
(boolean createBackup) FileConfigStorage functionality The original config file is moved to. . static AuthCredentials
AdminServlet.getAuthCreds
(AuthManager authMgr, X509Certificate clientCert) CMSAdminServlet.getCertConfigNickname
(String val) protected void
AdminServlet.getConfig
(ConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store get operation.CMSAdminServlet.getNickname
(String certType) protected void
CMSAdminServlet.importXCert
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) For "importing" cross-signed cert into internal db for further cross pair matching and publishing signed.audit LOGGING_SIGNED_AUDIT_CONFIG_TRUSTED_PUBLIC_KEY used when "Certificate Setup Wizard" is used to import a CA cross-signed certificate into the databasevoid
CMSAdminServlet.installCASigningCert
(String fullName, String nickname, String tokenName) void
CMSAdminServlet.installOCSPSigningCert
(String fullName, String nickname, String tokenName) void
CMSAdminServlet.issueImportCert
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Issue import certificateprotected void
AdminServlet.listConfig
(ConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Lists configuration store.void
CMSAdminServlet.modifyCACert
(javax.servlet.http.HttpServletRequest request, String value) void
CMSAdminServlet.modifyKRACert
(String nickname) void
CMSAdminServlet.modifyServerCert
(String nickname) void
CMSAdminServlet.readEncryption
(NameValuePairs params) protected void
AdminServlet.setConfig
(ConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store set operation.void
CMSAdminServlet.setRootCertTrust
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of EBaseException in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type EBaseExceptionModifier and TypeMethodDescriptionprotected void
CMSServlet.renderException
(CMSRequest cmsReq, EBaseException e) Output exception (unexpected error) template This is different from other templates in that if an exception occurs while rendering the exception a message is printed out directly.Methods in com.netscape.cms.servlet.base that throw EBaseExceptionModifier and TypeMethodDescriptionCMSServlet.authenticate
(CMSRequest req) CMSServlet.authenticate
(CMSRequest req, String authMgrName) CMSServlet.authenticate
(javax.servlet.http.HttpServletRequest httpReq) CMSServlet.authenticate
(javax.servlet.http.HttpServletRequest httpReq, String authMgrName) AuthenticationAuthorize must occur after Authenticateprotected org.mozilla.jss.netscape.security.x509.RevokedCertImpl
CMSServlet.formCRLEntry
(BigInteger serialNo, org.mozilla.jss.netscape.security.x509.RevocationReason reason) make a CRL entry from a serial number and revocation reason.static AuthCredentials
CMSServlet.getAuthCreds
(AuthManager authMgr, ArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.protected X509Certificate
CMSServlet.getSSLClientCertificate
(javax.servlet.http.HttpServletRequest httpReq) get ssl client authenticated certificateprotected X509Certificate
CMSServlet.getSSLClientCertificate
(javax.servlet.http.HttpServletRequest httpReq, boolean clientCertRequired) protected CMSTemplate
CMSServlet.getTemplate
(String templateName, javax.servlet.http.HttpServletRequest httpReq, Locale[] locale) get a template based on result status.CMSServlet.initializeAuthz
(javax.servlet.ServletConfig sc, AuthzSubsystem authz, String id) void
DisplayHtmlServlet.process
(CMSRequest cmsReq) Serves HTTP request.protected void
GetStats.process
(CMSRequest cmsReq) Process the HTTP request.void
IndexServlet.process
(CMSRequest cmsReq) Serves HTTP request.void
PortsServlet.process
(CMSRequest cmsReq) Serves HTTP request.protected void
CMSServlet.saveHttpHeaders
(javax.servlet.http.HttpServletRequest httpReq, Request req) save http headers in a Request. -
Uses of EBaseException in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that throw EBaseExceptionModifier and TypeMethodDescriptionprotected void
DirAuthServlet.process
(CMSRequest cmsReq) Process the HTTP request.protected void
DisableEnrollResult.process
(CMSRequest cmsReq) Services the requestprotected void
DisplayHashUserEnroll.process
(CMSRequest cmsReq) Services the requestprotected void
EnableEnrollResult.process
(CMSRequest cmsReq) Services the requestvoid
RemoteAuthConfig.process
(CMSRequest cmsReq) Serves HTTPS request. -
Uses of EBaseException in com.netscape.cms.servlet.common
Subclasses of EBaseException in com.netscape.cms.servlet.commonModifier and TypeClassDescriptionclass
A class represents a CMS gateway exception.Methods in com.netscape.cms.servlet.common with parameters of type EBaseExceptionMethods in com.netscape.cms.servlet.common that throw EBaseExceptionModifier and TypeMethodDescriptionCMSGateway.checkAuthManager
(javax.servlet.http.HttpServletRequest httpReq, ArgBlock httpParams, X509Certificate cert, String authMgrName) void
CMSGateway.disableAdminEnroll()
byte[]
byte[]
CMSGateway.getAuthCreds
(AuthManager authMgr, ArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.CMSFileLoader.getCMSFile
(File file, String enc) protected CMSTemplate
CMSGateway.getTemplate
(String templateName, javax.servlet.http.HttpServletRequest httpReq, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader, Locale[] locale) get a templatevoid
CMSFileLoader.init
(ConfigStore config) boolean
void
CMSGateway.renderTemplate
(String templateName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader) void
CMSGateway.setEnableAdminEnroll
(boolean enableAdminEnroll) void
CMSRequest.setIRequestStatus()
set default CMS status according to Request status.Constructors in com.netscape.cms.servlet.common that throw EBaseException -
Uses of EBaseException in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that throw EBaseExceptionModifier and TypeMethodDescriptionprotected AuthToken
CloneServlet.authenticate
(X509Certificate peerCert) protected X509Certificate
CloneServlet.getPeerCert
(javax.servlet.http.HttpServletRequest req) protected X509Certificate
ConnectorServlet.getPeerCert
(javax.servlet.http.HttpServletRequest req) protected IPKIMessage
CloneServlet.processRequest
(String source, String sourceUserId, IPKIMessage msg, AuthToken token) protected IPKIMessage
ConnectorServlet.processRequest
(String source, String sourceUserId, IPKIMessage msg, AuthToken token) Process request -
Uses of EBaseException in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that throw EBaseExceptionModifier and TypeMethodDescriptionSecurityDomainProcessor.addHost
(String name, String type, String hostname, String securePort, String unsecurePort, String eeCAPort, String adminSecurePort, String agentSecurePort, String domainManager, String clone) SecurityDomainProcessor.getDomainInfo()
SecurityDomainProcessor.getDomainXML()
abstract Repository
UpdateNumberRange.getRepository
(String type) protected void
CheckIdentity.process
(CMSRequest cmsReq) Process the HTTP request.protected void
DownloadPKCS12.process
(CMSRequest cmsReq) Process the HTTP request.protected void
GetConfigEntries.process
(CMSRequest cmsReq) Process the HTTP request.protected void
GetCookie.process
(CMSRequest cmsReq) Process the HTTP request.protected void
GetStatus.process
(CMSRequest cmsReq) Process the HTTP request.void
MainPageServlet.process
(CMSRequest cmsReq) protected void
RegisterUser.process
(CMSRequest cmsReq) Process the HTTP request.protected void
UpdateDomainXML.process
(CMSRequest cmsReq) Process the HTTP request.protected void
UpdateNumberRange.process
(CMSRequest cmsReq) Process the HTTP request.protected void
GetCookie.processImpl
(CMSRequest cmsReq) SecurityDomainProcessor.removeHost
(String name, String type, String hostname, String securePort) -
Uses of EBaseException in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that throw EBaseExceptionModifier and TypeMethodDescriptionstatic void
KeyRecordParser.fillRecordIntoArg
(KeyRecord rec, ArgBlock rarg) Fills key record into argument block. -
Uses of EBaseException in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp that throw EBaseExceptionModifier and TypeMethodDescriptionprotected void
GetOCSPInfo.process
(CMSRequest cmsReq) Process the HTTP request.protected void
OCSPServlet.process
(CMSRequest cmsReq) Process the HTTP request. -
Uses of EBaseException in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
CMCProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
KeyGenProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) protected void
PKIProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, ArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) static void
PKIProcessor.fillCertInfoFromAuthToken
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken) fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.static void
PKIProcessor.fillCertInfoFromForm
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, ArgBlock httpParams) fill subject name, extension from form.static void
PKIProcessor.fillValidityFromForm
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, ArgBlock httpParams) void
Processor.init()
void
CMCProcessor.process
(CMSRequest cmsReq) void
CRMFProcessor.process
(CMSRequest cmsReq) void
KeyGenProcessor.process
(CMSRequest cmsReq) void
PKCS10Processor.process
(CMSRequest cmsReq) void
PKIProcessor.process
(CMSRequest cmsReq) org.mozilla.jss.netscape.security.x509.X509CertInfo
CRMFProcessor.processIndividualRequest
(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, AuthToken authToken, ArgBlock httpParams) -
Uses of EBaseException in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
ProcessReq.addAuthorityName
(ArgBlock header) void
ProcessReq.addSigningAlgorithm
(ArgBlock header) void
ReqParser.fillRequestIntoArg
(Locale l, Request req, CMSTemplateParams argSet, ArgBlock arg) Maps request object into argument block.CMSRequestDAO.listCMSRequests
(String filter, RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo) Finds list of requests matching the specified search filter.CMSRequestDAO.listCMSRequests
(String filter, RequestId start, int pageSize, int maxTime, javax.ws.rs.core.UriInfo uriInfo) Finds list of requests matching the specified search filter.void
ProcessReq.process
(CMSRequest cmsReq) Process the HTTP request.void
QueryReq.process
(CMSRequest cmsReq) Process the HTTP request.void
SearchReqs.process
(CMSRequest cmsReq) Serves HTTP request.void
QueryReq.validateAuthToken
(javax.servlet.http.HttpServletRequest request, AuthToken authToken) -
Uses of EBaseException in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
CMSEngine.configureServerCertNickname()
CMSEngine.createLdapAnonConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo) CMSEngine.createLdapAnonConnFactory
(String id, LDAPConfig ldapConfig) CMSEngine.createLdapBoundConnFactory
(String id, int minConns, int maxConns, LdapConnInfo connInfo, LdapAuthInfo authInfo) CMSEngine.createLdapBoundConnFactory
(String id, LDAPConfig ldapConfig) DatabaseConfig.getBeginReplicaNumber()
DatabaseConfig.getBeginRequestNumber()
DatabaseConfig.getBeginSerialNumber()
SubsystemInfoConfig.getClassName()
boolean
DatabaseConfig.getEnableSerialManagement()
boolean
DatabaseConfig.getEnableSerialNumberRecovery()
DatabaseConfig.getEndReplicaNumber()
DatabaseConfig.getEndRequestNumber()
DatabaseConfig.getEndSerialNumber()
SubsystemInfoConfig.getID()
DatabaseConfig.getLDAPConfig()
DatabaseConfig.getNewSchemaEntryAdded()
DatabaseConfig.getNextBeginReplicaNumber()
DatabaseConfig.getNextBeginRequestNumber()
DatabaseConfig.getNextBeginSerialNumber()
DatabaseConfig.getNextEndReplicaNumber()
DatabaseConfig.getNextEndRequestNumber()
DatabaseConfig.getNextEndSerialNumber()
DatabaseConfig.getNextSerialNumber()
EngineConfig.getPasswordClass()
EngineConfig.getPasswordFile()
CMSEngine.getPasswordStore()
EngineConfig.getPasswordStoreConfig()
DatabaseConfig.getReplicaDN()
DatabaseConfig.getReplicaIncrement()
DatabaseConfig.getReplicaLowWaterMark()
DatabaseConfig.getReplicaRangeDN()
DatabaseConfig.getRequestCloneTransferNumber()
DatabaseConfig.getRequestDN()
DatabaseConfig.getRequestIncrement()
DatabaseConfig.getRequestLowWaterMark()
DatabaseConfig.getRequestRangeDN()
DatabaseConfig.getSerialCloneTransferNumber()
DatabaseConfig.getSerialDN()
DatabaseConfig.getSerialIncrement()
DatabaseConfig.getSerialLowWaterMark()
DatabaseConfig.getSerialRangeDN()
int
EngineConfig.getState()
boolean
EngineConfig.getUseOAEPKeyWrap()
Returns keyWrap.useOAEP parameter.boolean
SubsystemInfoConfig.isEnabled()
CMSEngine.loadConfigStore
(String path) void
DatabaseConfig.removeNextBeginReplicaNumber()
void
DatabaseConfig.removeNextBeginRequestNumber()
void
DatabaseConfig.removeNextBeginSerialNumber()
void
DatabaseConfig.removeNextEndReplicaNumber()
void
DatabaseConfig.removeNextEndRequestNumber()
void
DatabaseConfig.removeNextEndSerialNumber()
void
SubsystemInfoConfig.setEnabled
(boolean enabled) void
EngineConfig.setHostname
(String hostname) void
EngineConfig.setPasswordFile
(String passwordFile) int
CMSEngine.testLDAPConnection
(String name, LDAPConnectionConfig connConfig, String binddn, String pwd) -
Uses of EBaseException in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionAuthSubsystem.authenticate
(AuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates user(agent) by certificateNullAuthentication.authenticate
(AuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate
(AuthCredentials authCred) authenticates administratrators by LDAP uid/pwdString[]
AuthSubsystem.getConfigParams
(String implName) Gets configuration parameters for the given authentication manager plugin.void
CertUserDBAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
NullAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoid
PasswdUserDBAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth managervoid
AuthSubsystem.loadAuthManagerInstances()
void
AuthSubsystem.loadAuthManagerPlugins()
void
Sets id string to this subsystem.void
AuthSubsystem.startup()
registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
AuthzSubsystem.addACLInfo
(String aclMethod, String aclInfo) AuthzSubsystem.authorize
(String authzMgrName, AuthToken authToken, String resource, String operation) AuthzSubsystem.authorize
(String authzMgrInstName, AuthToken authToken, String resource, String operation, String realm) Authorization to the named authorization manager instancevoid
AuthzSubsystem.authzMgrAccessInit
(String authzMgrInstName, String accessInfo) authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.void
AuthzSubsystem.checkRealm
(String realm, AuthToken authToken, String owner, String resource, String operation) Authorize the user against the specified realm.String[]
AuthzSubsystem.getConfigParams
(String implName) Gets configuration parameters for the given authorization manager plugin.void
Sets id string to this subsystem.void
AuthzSubsystem.startup()
registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.base
Methods in com.netscape.cmscore.base that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
ConfigStorage.commit
(ConfigStore config, boolean createBackup) void
ConfigStore.commit
(boolean createBackup) Store config into storage (file or LDAP).void
FileConfigStorage.commit
(ConfigStore config, boolean createBackup) The original config file is copied to. . void
LDAPConfigStorage.commit
(ConfigStore config, boolean createBackup) Commit the configuration to the database.netscape.ldap.LDAPEntry
LDAPConfigStorage.commitReturn
(ConfigStore config, boolean createBackup, String[] attrs) This version of commit also returns the post-read entry that the change resulted in.ConfigStore.getBigInteger
(String name) Retrieves the given property as a big integer.ConfigStore.getBigInteger
(String name, BigInteger defval) Retrieves the given property as a big integer.boolean
ConfigStore.getBoolean
(String name) Retrieves the given property as a boolean.boolean
ConfigStore.getBoolean
(String name, boolean defval) Retrieves the given property as a boolean.byte[]
ConfigStore.getByteArray
(String name) Retrieves a byte array from the configuration file.byte[]
ConfigStore.getByteArray
(String name, byte[] defval) Retrieves the value of a property as a byte array, using the given default value if property is not present.int
ConfigStore.getInteger
(String name) Retrieves integer value.int
ConfigStore.getInteger
(String name, int defval) Retrieves integer value.Retrieves the value of the given property as a string.Retrieves the value of a given property as a string or the given default value if the property is not present.Retrieves argument value as objectArgBlock.getValueAsBigInteger
(String n) Retrieves argument value as big integer.boolean
ArgBlock.getValueAsBoolean
(String name) Gets boolean value.int
ArgBlock.getValueAsInt
(String n) Retrieves argument value as integer.ArgBlock.getValueAsKeyGenInfo
(String name, KeyGenInfo def) Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock.getValueAsPKCS10
(String name, boolean checkheader) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock.getValueAsPKCS10
(String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock.getValueAsRawPKCS10
(String name) Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock.getValueAsRawPKCS10
(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Gets PKCS10 request.ArgBlock.getValueAsString
(String n) Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock.getValuePKCS10
(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10SubsystemLoader.load
(ConfigStore config) -
Uses of EBaseException in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that throw EBaseExceptionModifier and TypeMethodDescriptionstatic void
CertUtils.addCTv1PoisonExt
(org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo) static void
CertUtils.addExtension
(String name, org.mozilla.jss.netscape.security.x509.Extension ext, org.mozilla.jss.netscape.security.x509.X509CertInfo info) static org.mozilla.jss.netscape.security.util.ObjectIdentifier
Check if a object identifier in string form is valid, that is a string in the form n.n.n.n and der encode and decode-able.static void
CertUtils.replaceExtension
(String name, org.mozilla.jss.netscape.security.x509.Extension ext, org.mozilla.jss.netscape.security.x509.X509CertInfo info) void
void
static void
CertUtils.setRSAKeyToCertInfo
(org.mozilla.jss.netscape.security.x509.X509CertInfo info, byte[] encoded) void
OidLoaderSubsystem.startup()
void
X500NameSubsystem.startup()
-
Uses of EBaseException in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector that throw EBaseExceptionModifier and TypeMethodDescriptionHttpConnFactory.getConn()
gets a conenction from this factory.HttpConnFactory.getConn
(boolean waitForConn) Returns a Http connection - a clone of the master connection.void
HttpConnector.init()
void
HttpConnFactory.init()
initialize parameters obtained from either constructor or config storevoid
RemoteAuthority.init
(ConfigStore c) HttpConnection.send
(IPKIMessage tomsg) Sends the PKI message to the remote authority.Sends the message to the remote authority.boolean
void
HttpConnection.setRequestURI
(String uri) Sets the HttpRequest URI before sendConstructors in com.netscape.cmscore.connector that throw EBaseExceptionModifierConstructorDescriptionHttpConnector
(String nickName, String clientCiphers, RemoteAuthority dest, int resendInterval, ConnectorConfig config) HttpConnector
(String nickName, String clientCiphers, RemoteAuthority dest, int resendInterval, ConnectorConfig config, int timeout) -
Uses of EBaseException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
DBSSession.abandon
(netscape.ldap.LDAPSearchResults results) void
LDAPSession.abandon
(netscape.ldap.LDAPSearchResults results) void
Adds object to backend database.void
Adds object to backend database.protected void
Repository.checkRange()
Checks if the given number is in the current range.void
Repository.checkRanges()
Checks to see if a new range is needed, or if we have reached the end of the current range, or if a range conflict has occurred.void
DBSubsystem.configureExcludedLdapAttrs()
Configure LDAP attributes that need to be excluded from enrollment records.<T extends IDBObj>
intDBSSession.countEntries
(Class<T> classResults, String base, String filter, int timeLimit) Retrieves a list of object that satisfies the given filter.<T extends IDBObj>
intLDAPSession.countEntries
(Class<T> classResults, String base, String filter, int timeLimit) netscape.ldap.LDAPAttributeSet
DBRegistry.createLDAPAttributeSet
(IDBObj obj) Creates attribute set from object.netscape.ldap.LDAPAttributeSet
LDAPRegistry.createLDAPAttributeSet
(IDBObj obj) Creates attribute set from object.LDAPDatabase.createMapper
(Class<?> attrType, DBAttribute dbAttribute) DBRegistry.createObject
(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.<T extends IDBObj>
DBPagedSearch<T> DBSSession.createPagedSearch
(Class<T> classResults, String base, String filter, String[] attrs, String sortKey) Retrieves a paged search of objects.<T extends IDBObj>
DBPagedSearch<T> DBSSession.createPagedSearch
(Class<T> classResults, String base, String filter, String[] attrs, String[] sortKeys) Retrieves a paged search of objects.<T extends IDBObj>
DBPagedSearch<T> LDAPSession.createPagedSearch
(Class<T> classResults, String base, String filter, String[] attrs, String sortKey) <T extends IDBObj>
DBPagedSearch<T> LDAPSession.createPagedSearch
(Class<T> classResults, String base, String filter, String[] attrs, String[] sortKeys) <T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList
(String base, String filter, String[] attrs) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList
(String base, String filter, String[] attrs, String[] sortKeys, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList
(String base, String filter, String[] attrs, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
<T extends IDBObj>
DBVirtualList<T> DBSSession.createVirtualList
(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0, replaced byDBSSession.<T>createPagedSearch(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs, String sortKey) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs, String[] sortKey) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs, String[] sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
DBVirtualList<T> LDAPSession.createVirtualList
(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) void
Deletes attribute from this record.void
void
void
Deletes object from database.void
Deletes an attribute.void
Deletes object from database.void
Deletes an attribute.Retrieves attributes from this record.Retrieves an attribute.Retrieves attribute from this record.CertRecordList.getCertRecord
(int index) Gets one single record at a time similar to processCertRecords but no extra class needed.CertRecordList.getCertRecords
(int startidx, int endidx) Retrieves requests.KeyRecord.getClientId()
Retrieves the client ID of this record.KeyRecord.getDataType()
Retrieves the key data type of this record.Date[]
KeyRecord.getDateOfRevocation()
Retrieves the date(s) of revocation.Creates LDAP-based search filters with help of registered mappers.DBRegistry.getFilter
(String filter, FilterConverter c) Creates LDAP-based search filters with help of registered mappers.Creates LDAP-based search filters with help of registered mappers.LDAPRegistry.getFilter
(String filter, FilterConverter c) KeyRecordList.getKeyRecords
(int startidx, int endidx) Retrieves key records.KeyRecord.getKeySize()
Retrieves the key size.KeyRecord.getKeyStatus()
Retrieves the key status of this record.ReplicaIDRepository.getLastSerialNumberInRange
(BigInteger serial_low_bound, BigInteger serial_upper_bound) Returns last serial number in given rangeabstract BigInteger
Repository.getLastSerialNumberInRange
(BigInteger serial_low_bound, BigInteger serial_upper_bound) String[]
DBRegistry.getLDAPAttributes
(String[] attrs) Retrieves a list of LDAP attributes that are associated with the given attributes.String[]
LDAPRegistry.getLDAPAttributes
(String[] attrs) Retrieves a list of LDAP attributes that are associated with the given attributes.Repository.getNextRange()
Gets start of next range from database.Repository.getNextSerialNumber()
Retrieves the next serial number, and also increase the serial number by one.KeyRecord.getOwnerName()
Retrieves owner name.LDAPPagedSearch.getPage()
LDAPPagedSearch.getPage
(int size) byte[]
KeyRecord.getPrivateKeyData()
Retrieves key.byte[]
KeyRecord.getPublicKeyData()
Retrieves the public key.KeyRecord.getRealm()
Retrieves authorization realm.CSCfgDatabase.getRecordStatus
(String recordID) org.mozilla.jss.netscape.security.x509.RevocationReason
CertRecord.getRevReason()
KeyRecord.getSerialNumber()
Retrieves serial number of the key record.KeyRecord.getState()
Retrieves the key state.boolean
Repository.hasRangeConflict()
Determines if a range conflict has been observed in database.void
DBRegistry.init
(ConfigStore config) void
DBSubsystem.init
(DatabaseConfig dbConfig, LDAPConfig ldapConfig, PasswordStore passwordStore) Initializes the internal registry.void
LDAPRegistry.init
(ConfigStore config) Initializes the internal registery.protected void
Repository.initCache()
init serial number cacheKeyRecord.isEncrypted()
void
BigIntegerMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
ByteArrayMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
DateArrayMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
DateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
IntegerMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
KeyStateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
LongMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
MetaInfoMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
ObjectStreamMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
PublicKeyMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
RevocationInfoMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
StringMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
StringVectorMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
X500NameMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.void
X509CertImplMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
Maps object into LDAP attribute set.void
LDAPRegistry.mapObject
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into LDAP attribute set.void
BigIntegerMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
ByteArrayMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
DateArrayMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to a set of attributes.void
DateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
IntegerMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
KeyStateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
LongMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
MetaInfoMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.void
ObjectStreamMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
PublicKeyMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.void
RevocationInfoMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
StringMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
StringVectorMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
X500NameMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.void
X509CertImplMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) BigIntegerMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.ByteArrayMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.DateArrayMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.DateMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.IntegerMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.KeyStateMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.LongMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.MetaInfoMapper.mapSearchFilter
(String name, String op, String value) Map search filters into LDAP search filter.ObjectStreamMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.PublicKeyMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.RevocationInfoMapper.mapSearchFilter
(String name, String op, String value) StringMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.StringVectorMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.X500NameMapper.mapSearchFilter
(String name, String op, String value) Maps search filters into LDAP search filter.X509CertImplMapper.mapSearchFilter
(String name, String op, String value) void
DBSSession.modify
(String name, ModificationSet mods) Modify an object in the database.void
LDAPSession.modify
(String name, ModificationSet mods) Modify an object in the database.DBSSession.pagedSearch
(String base, String filter, int start, int size) Retrieves a list of object that satifies the given filter.DBSSession.pagedSearch
(String base, String filter, int start, int size, int timeLimit) Retrieves a list of object that satifies the given filter.DBSSession.pagedSearch
(String base, String filter, String[] sortKeys, int start, int size, int timeLimit) Retrieves a list of object that satifies the given filter.LDAPSession.pagedSearch
(String base, String filter, String[] sortKeys, int start, int size, int timeLimit) Repository.peekNextSerialNumber()
Peek at the next serial number in cache (does not consume the number).netscape.ldap.LDAPSearchResults
DBSSession.persistentSearch
(String base, String filter, String[] attrs) Sets persistent search to retrieve modified certificate records.netscape.ldap.LDAPSearchResults
LDAPSession.persistentSearch
(String base, String filter, String[] attrs) void
Handles objectvoid
CertRecordList.processCertRecords
(int startidx, int endidx, ElementProcessor<CertRecord> ep) Process certificate record as soon as it is returned.void
LDAPVirtualList.processElements
(int startidx, int endidx, ElementProcessor<E> ep) Deprecated, for removal: This API element is subject to removal in a future version.This function processes elements as soon as it arrives.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.void
boolean
CSCfgDatabase.requiresApproval()
Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Retrieves a list of object that satifies the given filter.Searchs for a list of objects that match the filter.Retrieves a list of object that satifies the given filter.void
Sets attribute to this record.void
void
void
Sets an attribute.void
Sets attribute.void
KeyRecord.setDateOfRevocation
(Date[] dates) Sets the date of revocation.void
DBSubsystem.setEnableSerialMgmt
(boolean v) void
Repository.setEnableSerialMgmt
(boolean value) Sets whether serial number management is enabled for certs and requests.void
void
Sets subsystem identifier.void
Sets subsystem identifier.void
KeyRecord.setKeySize
(Integer keySize) Sets key size.void
Repository.setMaxSerial
(BigInteger serial) Set the maximum serial number.void
ReplicaIDRepository.setMaxSerialConfig()
abstract void
Repository.setMaxSerialConfig()
Sets maximum serial number limit in config filevoid
ReplicaIDRepository.setMinSerialConfig()
abstract void
Repository.setMinSerialConfig()
Sets minimum serial number limit in config filevoid
Repository.setNextMaxSerial
(BigInteger serial) Set the maximum serial number in next rangevoid
ReplicaIDRepository.setNextMaxSerialConfig()
abstract void
Repository.setNextMaxSerialConfig()
Sets maximum serial number limit for next range in config filevoid
ReplicaIDRepository.setNextMinSerialConfig()
abstract void
Repository.setNextMinSerialConfig()
Sets minimum serial number limit for next range in config filevoid
DBSubsystem.setNextSerialConfig
(BigInteger serial) void
KeyRecord.setOwnerName
(String name) Sets owner name.void
KeyRecord.setPrivateKeyData
(byte[] keydata) Sets key data.void
KeyRecord.setPublicKeyData
(byte[] key) Sets the public key.void
CSCfgDatabase.setRecordStatus
(String recordID, String status) void
KeyRecord.setSerialNumber
(BigInteger serialno) Sets serial number.void
LDAPVirtualList.setSortKey
(String sortKey) Deprecated, for removal: This API element is subject to removal in a future version.set the sort keyvoid
LDAPVirtualList.setSortKey
(String[] sortKeys) Deprecated, for removal: This API element is subject to removal in a future version.set the sort keyvoid
Sets key state.void
Repository.setTheSerialNumber
(BigInteger num) Updates the serial number to the specified in db and cache.void
DBRegistry.startup()
void
LDAPRegistry.startup()
Starts up this subsystem.Constructors in com.netscape.cmscore.dbs that throw EBaseExceptionModifierConstructorDescriptionKeyRecord
(BigInteger serialNo, byte[] publicData, byte[] privateData, String owner, String algorithm, String agentId) LDAPDatabase
(String name, DBSubsystem dbSubsystem, String baseDN, Class<E> recordType) LDAPPagedSearch
(Class<E> contentClassType, DBRegistry registry, netscape.ldap.LDAPConnection conn, String base, String filter, String[] attrs, String sortKey) LDAPPagedSearch
(Class<E> contentClassType, DBRegistry registry, netscape.ldap.LDAPConnection conn, String base, String filter, String[] attrs, String[] sortKeys) LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a virtual list.LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String sortKey) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a virtual list.LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String[] sortKey) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a virtual list.LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String[] sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a virtual list.LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a virtual list.LDAPVirtualList
(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EBaseException in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
CMSExtensionsMap.addExt
(CMSExtension ext) org.mozilla.jss.netscape.security.x509.Extension
KeyUsage.getExtension
(ArgBlock args) KeyUsage.getFormParams
(org.mozilla.jss.netscape.security.x509.Extension extension) void
CMSExtensionsMap.init
(ConfigStore config) Create extensions from configuration store.void
KeyUsage.init
(ConfigStore config) void
CMSExtensionsMap.startup()
startup - does nothing. -
Uses of EBaseException in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that throw EBaseExceptionModifier and TypeMethodDescriptionJobsScheduler.createJobCron
(String cs) Creates a job cron.JobConfig.getCron()
Returns jobsScheduler.job..cron parameter. JobConfig.getOwner()
Returns jobsScheduler.job..owner parameter. JobConfig.getPluginName()
Returns jobsScheduler.job..pluginName parameter. boolean
JobConfig.isEnabled()
Returns jobsScheduler.job..enabled parameter. void
parses and sets a string cron itemvoid
Sets id string to this subsystem.void
JobConfig.setPluginName
(String pluginName) Sets jobsScheduler.job..pluginName parameter. void
JobsScheduler.startup()
registers the administration servlet with the administration subsystem.Constructors in com.netscape.cmscore.jobs that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw EBaseExceptionModifier and TypeMethodDescriptionLDAPAuthenticationConfig.getAuthType()
Returns.ldapauth.authtype parameter. LDAPConfig.getBaseDN()
LDAPAuthenticationConfig.getBindDN()
Returns.ldapauth.bindDN parameter. LdapAuthInfo.getBindDN()
LDAPAuthenticationConfig.getBindPassword()
Returns.ldapauth.bindPassword parameter. LdapAuthInfo.getBindPassword()
LDAPAuthenticationConfig.getBindPasswordPrompt()
Returns.ldapauth.bindPWPrompt parameter. LDAPAuthenticationConfig.getClientCertNickname()
Returns.ldapauth.clientCertNickname parameter. LdapAuthInfo.getClientCertNickname()
PKISocketConfig.getClientCiphers()
LDAPConfig.getDatabase()
LDAPConfig.getDBUser()
boolean
LDAPConnectionConfig.getFollowReferrals()
Returns.ldapconn.followReferrals parameter. LDAPConnectionConfig.getHostname()
Returns.ldapconn.host parameter. int
LDAPConfig.getMinConnections()
int
LDAPConnectionConfig.getPort()
Returns.ldapconn.port parameter. int
LDAPConnectionConfig.getVersion()
Returns.ldapconn.version parameter. void
LdapAnonConnFactory.init
(LDAPConfig dbConfig) void
LdapAuthInfo.init
(LDAPAuthenticationConfig config) initialize this class from the config store.void
LdapAuthInfo.init
(LDAPAuthenticationConfig config, String host, int port, boolean secure) initialize this class from the config store, and verify the password.void
LdapBoundConnFactory.init
(LDAPConfig dbConfig) void
LdapConnInfo.init
(LDAPConnectionConfig config) initializes an instance from a config store.boolean
PKISocketConfig.isKeepAlive()
boolean
LDAPConnectionConfig.isSecure()
Returns.ldapconn.secureConn parameter. void
LDAPAuthenticationConfig.setAuthType
(String authType) void
void
LDAPAuthenticationConfig.setBindPassword
(String bindPassword) void
LDAPAuthenticationConfig.setBindPasswordPrompt
(String bindPasswordPrompt) void
LDAPAuthenticationConfig.setClientCertNickname
(String nickname) Constructors in com.netscape.cmscore.ldapconn that throw EBaseExceptionModifierConstructorDescriptionLdapBoundConnection
(netscape.ldap.LDAPSocketFactory socketFactory, LdapConnInfo connInfo, LdapAuthInfo authInfo) Instantiates a connection to a ldap server, secure or non-secure connection with LDAP basic bind DN and password authentication.LdapConnInfo
(LDAPConnectionConfig config) default constructor. -
Uses of EBaseException in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that throw EBaseExceptionModifier and TypeMethodDescriptionint
LoggerConfig.getBufferSize()
boolean
LoggerConfig.getEnable()
LoggerConfig.getFilename
(String defaultFilename) LoggerConfig.getFilters()
int
LoggerConfig.getFlushInterval()
int
LoggerConfig.getLevel()
boolean
LoggerConfig.getLogSigning()
LoggerConfig.getMandatoryEvents()
boolean
LoggerConfig.getRegister()
LoggerConfig.getSelectedEvents()
LoggerConfig.getSignedAuditCertNickname()
boolean
LoggerConfig.getTrace()
LoggerConfig.getType()
void
void
LogSubsystem.startup()
-
Uses of EBaseException in com.netscape.cmscore.notification
Methods in com.netscape.cmscore.notification that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
PluginRegistry.loadPlugin
(String type, String id) Load plugins of the given type.void
PluginRegistry.loadPlugins
(String type) Load plugins of the given type.void
PluginRegistry.startup()
Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
RequestRepository.addRequest
(Request request) void
RequestQueue.approveRequest
(Request request) Approves a request.void
RequestQueue.cancelRequest
(Request request) Cancels a request.RequestQueue.cloneAndMarkPending
(Request r) Clones a request object and mark it pending.RequestQueue.cloneRequest
(Request request) Clones a request object.protected DBSSession
RequestSubsystem.createDBSSession()
RequestRepository.createRequest
(RequestId requestID, String requestType) RequestRepository.createRequest
(String requestType) RequestRepository.createRequestID()
void
RequestSubsystem.createRequestQueue
(String name) Creates a new request queue.void
void
Removes attribute from the request.RequestRepository.findRequestBySourceId
(String id) Locates a request from the SourceId.RequestRepository.findRequestsBySourceId
(String id) Locates all requests with a particular SourceId.RequestRepository.getLastSerialNumberInRange
(BigInteger min, BigInteger max) RequestRepository.getPagedRequestsByFilter
(RequestId fromID, boolean jumpToEnd, String filter, int pageSize, String sortKey) Deprecated, for removal: This API element is subject to removal in a future version.As of release 11.6.0RequestRepository.getPagedRequestsByFilter
(RequestId toID, String filter, int pageSize, String sortKey) Gets a paginated list of Request entries in this queue.RequestRepository.getPagedRequestsByFilter
(String filter, int pageSize, String sortKey) Gets a paginated list of Request entries in this queue.int
RequestRepository.getTotalRequestsByFilter
(String filter) Gets the total number of request entries.protected void
RequestRepository.initLegacy2Generator()
RequestRepository.listRequestsByFilter
(String filter) RequestRepository.listRequestsByFilter
(String filter, int maxSize) RequestRepository.listRequestsByFilter
(String filter, int maxSize, int timeLimit) RequestQueue.listRequestsByStatus
(RequestStatus s) Returns an enumerator that lists all RequestIds for requests that are in the given status.RequestRecord.loadExtDataFromRequest
(Request r, Set<String> excludedLdapAttrs) void
DBDynAttrMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
ExtAttrDynMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
RequestAttrsMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoid
RequestIdMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
RequestStateMapper.mapLDAPAttributeSetToObject
(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) void
DBDynAttrMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
ExtAttrDynMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
RequestAttrsMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Deprecated.void
RequestIdMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) void
RequestStateMapper.mapObjectToLDAPAttributeSet
(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) DBDynAttrMapper.mapSearchFilter
(String name, String op, String value) ExtAttrDynMapper.mapSearchFilter
(String name, String op, String value) RequestIdMapper.mapSearchFilter
(String name, String op, String value) void
RequestQueue.markAsServiced
(Request request) Marks as serviced after destination authority has serviced request.void
RequestQueue.markRequestPending
(Request request) Puts a new request into the PENDING state.void
RequestRepository.modifyRequest
(Request request) void
RequestQueue.processRequest
(Request r) Begins processing for this request.RequestRepository.readRequest
(RequestId id) void
RequestQueue.rejectRequest
(Request request) Rejects a request.void
RequestRepository.removeAllObjects()
Removes all objects with this repository.void
RequestRepository.removeRequest
(RequestId requestID) RequestRepository.searchRequest
(String filter, int timeLimit, int start, int size) Finds a list of request records that satisfies the filter.void
void
void
RequestRepository.setMaxSerialConfig()
void
RequestRepository.setMinSerialConfig()
void
RequestRepository.setNextMaxSerialConfig()
void
RequestRepository.setNextMinSerialConfig()
protected void
RequestQueue.stateEngine
(Request r) protected void
RequestRecord.storeExtDataIntoRequest
(Request r) RequestRecord.toRequest()
void
RequestRepository.updateRequest
(Request request) Update the request in the permanent data store.Constructors in com.netscape.cmscore.request that throw EBaseExceptionModifierConstructorDescriptionRequestQueue
(DBSubsystem dbSubsystem, RequestRepository requestRepository, Policy policy, IService service, RequestNotifier notifier, RequestNotifier pendingNotifier) Create a request queue. -
Uses of EBaseException in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that throw EBaseExceptionModifier and TypeMethodDescriptionstatic void
KeyCertUtil.addCertToDB
(netscape.ldap.LDAPConnection conn, String dn, org.mozilla.jss.netscape.security.x509.X509CertImpl cert) void
void
void
void
JssSubsystem.checkCertificateExt
(String ext) static void
KeyCertUtil.checkCertificateExt
(String ext) void
JssSubsystem.checkKeyLength
(String keyType, int keyLength, String certType, int minRSAKeyLen) static SecureRandom
SecureRandomFactory.create
(SecureRandomConfig config) void
JssSubsystem.deleteCACert
(String nickname, String notAfterTime) Delete the CA certificate from the perm database.void
JssSubsystem.deleteCert
(String nickname, String notAfterTime) Delete any certificate from the any token.void
PWsdrCache.deleteEntry
(String tag) void
JssSubsystem.deleteRootCert
(String nickname, String serialno, String issuername) void
JssSubsystem.deleteTokenCertificate
(String nickname, String pathname) void
JssSubsystem.deleteUserCert
(String nickname, String serialno, String issuername) static KeyPair
KeyCertUtil.generateKeyPair
(String tokenName, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) SecureRandomConfig.getAlgorithm()
org.mozilla.jss.netscape.security.x509.AlgorithmId
JssSubsystem.getAlgorithmId
(String algname, ConfigStore store) static org.mozilla.jss.netscape.security.x509.AlgorithmId
KeyCertUtil.getAlgorithmId
(String algname, ConfigStore store) JssSubsystem.getAllCerts()
JssSubsystem.getAllCertsManage()
JssSubsystem.getCACerts()
org.mozilla.jss.crypto.PQGParams
JssSubsystem.getCAPQG
(int keysize, ConfigStore store) static org.mozilla.jss.crypto.PQGParams
KeyCertUtil.getCAPQG
(int keysize, ConfigStore store) org.mozilla.jss.crypto.X509Certificate
JssSubsystem.getCertificate
(String nickname, String serialno, String issuerName) static org.mozilla.jss.crypto.X509Certificate
KeyCertUtil.getCertificate
(String tokenname, String nickname) org.mozilla.jss.netscape.security.x509.CertificateValidity
CertificateInfo.getCertificateValidity()
org.mozilla.jss.netscape.security.x509.X509CertInfo
CertificateInfo.getCertInfo()
JssSubsystem.getCertInfo
(String b64E) JssSubsystem.getCertList
(String name) JssSubsystem.getCertListWithoutTokenName
(String name) JssSubsystem.getCertPrettyPrint
(String nickname, String serialno, String issuerName, Locale locale) JssSubsystem.getCertPrettyPrint
(String nickname, String date, Locale locale) JssSubsystem.getCertPrettyPrint
(String b64E, Locale locale) JssSubsystem.getCertPrettyPrintAndFingerPrint
(String nickname, String serialno, String issuerName, Locale locale) JssSubsystem.getCertRequest
(String subjectName, KeyPair kp) JssSubsystem.getCertSubjectName
(String tokenname, String nickname) static String
KeyCertUtil.getCertSubjectName
(String tokenname, String nickname) static String
KeyCertUtil.getCertSubjectName
(String tokenname, String nickname) JssSubsystem.getCipherPreferences()
SSLConfig.getCipherPreferences()
JssSubsystem.getCipherVersion()
boolean
JssSubsystemConfig.getCloseNSSDatabase()
JssSubsystem.getECCKeyPair
(KeyCertData properties) JssSubsystem.getECCKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String keyCurve, String certType) org.mozilla.jss.netscape.security.x509.CertificateExtensions
JssSubsystem.getExtensions
(String tokenname, String nickname) JssSubsystem.getInternalTokenName()
JssSubsystem.getKeyPair
(KeyCertData properties) JssSubsystem.getKeyPair
(String nickname) JssSubsystem.getKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize) JssSubsystem.getKeyPair
(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) static KeyPair
KeyCertUtil.getKeyPair
(String tokenname, String nickname) JssSubsystemConfig.getNSSDatabaseDir()
JssSubsystemConfig.getObscureMethod()
org.mozilla.jss.crypto.PQGParams
CASigningCert.getPQGParams()
org.mozilla.jss.crypto.PQGParams
OCSPSigningCert.getPQGParams()
static PrivateKey
KeyCertUtil.getPrivateKey
(String tokenname, String nickname) static PrivateKey
KeyCertUtil.getPrivateKey
(String tokenname, String nickname) SecureRandomConfig.getProvider()
JssSubsystem.getRootCerts()
JssSubsystem.getRootCertTrustBit
(String nickname, String serialno, String issuerName) static BigInteger
KeyCertUtil.getSerialNumber
(netscape.ldap.LDAPConnection conn, String baseDN) JssSubsystem.getSignatureAlgorithm
(String nickname) org.mozilla.jss.netscape.security.x509.X509CertImpl
JssSubsystem.getSignedCert
(KeyCertData data, String certType, PrivateKey priKey) JssSubsystem.getSubjectDN
(String nickname) JssSubsystem.getTokenList()
JssSubsystem.getUserCerts()
void
JssSubsystem.importCert
(String b64E, String nickname, String certType) void
JssSubsystem.importCert
(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, String nickname, String certType) void
JssSubsystem.init
(JssSubsystemConfig config) Initializes the Jss security subsystem.void
PWsdrCache.init()
boolean
JssSubsystem.isCipherFortezza()
boolean
JssSubsystemConfig.isEnabled()
boolean
JssSubsystem.isTokenLoggedIn
(String name) void
void
JssSubsystem.loggedInToken
(String tokenName, String pwd) PWsdrCache.readPWcache()
void
JssSubsystem.setCipherPreferences
(String cipherPrefs) void
SSLConfig.setCipherPreferences
(String cipherPrefs) void
void
JssSubsystem.setRootCertTrust
(String nickname, String serialno, String issuerName, String trust) static void
KeyCertUtil.setSerialNumber
(netscape.ldap.LDAPConnection conn, String baseDN, BigInteger serial) org.mozilla.jss.netscape.security.x509.X509CertImpl
JssSubsystem.signCert
(PrivateKey privateKey, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg) void
JssSubsystem.startup()
Starts up this service.void
void
PWsdrCache.writePWcache
(String bufs) Constructors in com.netscape.cmscore.security that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.session
Methods in com.netscape.cmscore.session that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that throw EBaseExceptionModifier and TypeMethodDescriptionstatic org.mozilla.jss.asn1.SET
PFXUtils.createBagAttrs
(String nickName, byte[] localKeyId) Creates bag attributes.static byte[]
PFXUtils.createLocalKeyId
(X509Certificate cert) Creates local key identifier.static byte[]
PFXUtils.createPFX
(String pwd, X509Certificate x509cert, byte[] privateKeyInfo) Creates a PKCS12 package.void
void
StatsSubsystem.startup()
-
Uses of EBaseException in org.dogtagpki.job
Methods in org.dogtagpki.job that throw EBaseException -
Uses of EBaseException in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
GenericPolicyProcessor.addPolicyImpl
(String id, String classPath) void
GenericPolicyProcessor.addPolicyInstance
(String id, Hashtable<String, String> ht) void
GenericPolicyProcessor.changePolicyInstanceOrdering
(String policyOrderStr) static String
GeneralNameUtil.check_GeneralNameChoice
(String generalNameChoice) Checks if given string is a valid General Name choice and returns the actual string that can be passed into form_GeneralName().void
GenericPolicyProcessor.deletePolicyImpl
(String id) void
GenericPolicyProcessor.deletePolicyInstance
(String id) static org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil.form_GeneralName
(String generalNameChoice, String value) Form a General Name from a General Name choice and value.static org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil.form_GeneralNameAsConstraints
(String generalNameChoice, String value) GeneralName can be used in the context of Constraints.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameAsConstraintsConfig.formGeneralName
(String choice, String value) Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameConfig.formGeneralName
(String value) Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameConfig.formGeneralName
(String choice, String value) Vector
<org.mozilla.jss.netscape.security.x509.GeneralName> GeneralNameConfig.formGeneralNames
(Object value) void
GenericPolicyProcessor.init
(IAuthority owner, ConfigStore config) Initializes the PolicyProcessorvoid
GenericPolicyProcessor.modifyPolicyInstance
(String id, Hashtable<String, String> ht) protected GeneralNameConfig
GeneralNamesAsConstraintsConfig.newGeneralNameConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) protected GeneralNameConfig
GeneralNamesConfig.newGeneralNameConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) void
void
GenericPolicyProcessor.startup()
Constructors in org.dogtagpki.legacy.core.policy that throw EBaseExceptionModifierConstructorDescriptionGeneralNameAsConstraintsConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNameConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesAsConstraintsConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) SubjAltNameGN
(String name, ConfigStore config, boolean isPolicyEnabled) -
Uses of EBaseException in org.dogtagpki.legacy.policy
Subclasses of EBaseException in org.dogtagpki.legacy.policyModifier and TypeClassDescriptionclass
This class represents Exceptions used by the policy package.Methods in org.dogtagpki.legacy.policy that throw EBaseExceptionModifier and TypeMethodDescriptionabstract void
PolicyProcessor.addPolicyImpl
(String id, String classPath) Adds a policy implementation identified by an impl id.abstract void
PolicyProcessor.addPolicyInstance
(String id, Hashtable<String, String> ht) Adds a policy instanceabstract void
PolicyProcessor.changePolicyInstanceOrdering
(String policyOrderStr) Modifies policy ordering.abstract void
PolicyProcessor.deletePolicyImpl
(String id) Deletes a policy implementation identified by an impl id.abstract void
PolicyProcessor.deletePolicyInstance
(String id) Deletes a policy instance identified by an instance id.org.mozilla.jss.netscape.security.x509.GeneralName
IGeneralNameConfig.formGeneralName
(String value) Forms a general name from string.Vector
<org.mozilla.jss.netscape.security.x509.GeneralName> IGeneralNameConfig.formGeneralNames
(Object value) Forms general names from the given value.abstract void
PolicyProcessor.modifyPolicyInstance
(String id, Hashtable<String, String> ht) Modifies a policy instance -
Uses of EBaseException in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type EBaseExceptionModifier and TypeMethodDescriptionvoid
PolicyRule.setPolicyException
(Request req, EBaseException ex) Methods in org.dogtagpki.legacy.server.policy that throw EBaseExceptionModifier and TypeMethodDescriptionprotected org.mozilla.jss.netscape.security.x509.KeyIdentifier
PolicyRule.formSHA1KeyId
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo) Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key BIT STRING.protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
PolicyRule.formSpkiSHA1KeyId
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo) Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key INFO.abstract void
PolicyRule.init
(PolicyProcessor owner, ConfigStore config) Initializes the policy rule. -
Uses of EBaseException in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionabstract AuthToken
AuthManager.authenticate
(AuthCredentials authCred) Authenticate the given credentials.int
RevocationCheckingConfig.getBufferSize()
Returns auths.revocationChecking.bufferSize parameter.int
RevocationCheckingConfig.getUnknownStateInterval()
Returns auths.revocationChecking.unknownStateInterval parameter.int
RevocationCheckingConfig.getValidityInterval()
Returns auths.revocationChecking.validityInterval parameter.abstract void
AuthManager.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initialize this authentication manager.boolean
RevocationCheckingConfig.isEnabled()
Returns auths.revocationChecking.enabled parameter. -
Uses of EBaseException in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EBaseExceptionModifier and TypeMethodDescriptionabstract void
AuthzManager.accessInit
(String accessInfo) accessInit
is for servlets who want to initialize their own authorization information before full operation.abstract String[]
AuthzManager.getConfigParams()
Get configuration parameters for this implementation.AuthzManagerConfig.getPluginName()
Returns authz.instance..pluginName parameter. AuthzManagerConfig.getRealmName()
Returns authz.instance..realm parameter. AuthorizationConfig.getSourceType()
Returns authz.sourceType parameter.abstract void
AuthzManager.init
(String name, String implName, AuthzManagerConfig config) Initialize this authorization manager. -
Uses of EBaseException in org.dogtagpki.server.cli
Methods in org.dogtagpki.server.cli that throw EBaseExceptionModifier and TypeMethodDescriptionprotected LdapAuthInfo
SubsystemCLI.getAuthInfo
(PasswordStore passwordStore, LdapConnInfo connInfo, LDAPConfig ldapConfig) -
Uses of EBaseException in org.dogtagpki.server.rest.base
Methods in org.dogtagpki.server.rest.base that throw EBaseExceptionModifier and TypeMethodDescriptionAuditServletBase.createAuditConfig()
AuditServletBase.createAuditConfig
(Map<String, String> auditParams) void
-
Uses of EBaseException in org.dogtagpki.server.rest.v1
Methods in org.dogtagpki.server.rest.v1 that throw EBaseExceptionModifier and TypeMethodDescriptionAuditService.createAuditConfig()
AuditService.createAuditConfig
(Map<String, String> auditParams) JobService.createJobInfo
(String id, JobConfig jobConfig, boolean includeDetails) javax.ws.rs.core.Response
JobService.findJobs()
javax.ws.rs.core.Response
javax.ws.rs.core.Response
-
Uses of EBaseException in org.dogtagpki.tps.apdu
Methods in org.dogtagpki.tps.apdu that throw EBaseExceptionModifier and TypeMethodDescriptionvoid
APDU.secureMessage
(org.mozilla.jss.pkcs11.PK11SymKey encKey, byte protocol) void
APDU.secureMessageSCP02
(org.mozilla.jss.pkcs11.PK11SymKey encKey) void
APDU.secureMessageSCP03
(org.mozilla.jss.pkcs11.PK11SymKey encKey, TPSBuffer encryptionCounter) -
Uses of EBaseException in org.dogtagpki.tps.main
Subclasses of EBaseException in org.dogtagpki.tps.mainMethods in org.dogtagpki.tps.main that throw EBaseExceptionModifier and TypeMethodDescriptionstatic TPSBuffer
Util.computeEncEcbDes
(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input) static TPSBuffer
Util.computeMAC
(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input, TPSBuffer icv) static TPSBuffer
Util.computeMACdes3des
(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input, TPSBuffer initialIcv) static TPSBuffer
Util.encryptData
(TPSBuffer dataToEnc, org.mozilla.jss.pkcs11.PK11SymKey encKey) static TPSBuffer
Util.encryptDataAES
(TPSBuffer dataToEnc, org.mozilla.jss.pkcs11.PK11SymKey encKey, TPSBuffer iv) static String
Util.getCertAkiString
(org.mozilla.jss.netscape.security.x509.X509CertImpl cert) static String
Util.getCertSkiString
(org.mozilla.jss.netscape.security.x509.X509CertImpl cert) -
Uses of EBaseException in org.dogtagpki.util.cert
Methods in org.dogtagpki.util.cert that throw EBaseExceptionModifier and TypeMethodDescriptionstatic org.mozilla.jss.netscape.security.pkcs.PKCS10
CertUtil.decodePKCS10
(String request) Decode PKCS #10 certificate request from Base64.static String
Convert PEM request into Base64.